projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1dba1fd
)
(syms_of_term): Initialize default_orig_pair, default_set_foreground,
author
Chong Yidong
<cyd@stupidchicken.com>
Fri, 25 Jul 2008 18:12:41 +0000
(18:12 +0000)
committer
Chong Yidong
<cyd@stupidchicken.com>
Fri, 25 Jul 2008 18:12:41 +0000
(18:12 +0000)
and default_set_background.
src/term.c
patch
|
blob
|
history
diff --git
a/src/term.c
b/src/term.c
index 8f7724efb602b83b370c631269b8c1ae6d374923..56ea06565996062c1ff1d49bb18ae21883a7ca8e 100644
(file)
--- a/
src/term.c
+++ b/
src/term.c
@@
-2782,6
+2782,9
@@
bigger, or it may make it blink, or it may do nothing at all. */);
defsubr (&Stty_no_underline);
fullscreen_hook = NULL;
+ default_orig_pair = NULL;
+ default_set_foreground = NULL;
+ default_set_background = NULL;
}
/* arch-tag: 498e7449-6f2e-45e2-91dd-b7d4ca488193